EncodeData

This command has been superceeded by @EncodeDataXML for the JavaScript Engine Deployment.

Syntax: @EncodeData {stringname/filename}, {STRING/FILE}, {TXT/XML} [,AUTO][,<variable>]

@EncodeData <string|filename>,STRING|FILE,TXT|XML[,AUTO]{,<variable>}

The EncodeData command can be used to code current captured variables into a STRING or FILE specified by the given stringname or filename. This can be set to AUTO to encode ALL the current captured variables, or individual variables can be specified, i.e. by being listed comma separated.

See also the @DecodeData command and the sections on Packaging Runtime Data.

Example

@DecodeData mystr, STRING, TXT, AUTO